home *** CD-ROM | disk | FTP | other *** search
/ QuickTime VR Showcase / QuickTime VR Showcase.iso / 3rd Parties / Software / Apple / AMT 2.1 New Features Demo / NFD project.k < prev    next >
Encoding:
Text File  |  1996-12-21  |  1.7 KB  |  116 lines  |  [TEXT/MPS ]

  1. program()
  2.     do
  3.         oXVR.XVRInit(); -- Initialize VR library
  4.         oApplication.Main(oBinder, oSorter);
  5.         oXVR.XVRExit(); -- Terminate VR library
  6.     end;
  7.  
  8. include "keyKernel":
  9.     ANY;
  10.     ALIEN;
  11.     ARRAY;
  12.     BOOLEAN;
  13.     CHARACTER;
  14.     COLLECTION;
  15.     DEBUGGER;
  16.     HANDLE;
  17.     INTEGER;
  18.     MEMORY;
  19.     MESSAGE;
  20.     MODULES;
  21.     NONE;
  22.     POINTER;
  23.     RATIONAL;
  24.     REAL;
  25.     SIGNATURE;
  26.     STRING;
  27.     TYPE;
  28.     VECTOR;
  29. end;
  30.  
  31. include "keyInterface" debug "keyTitleDebug" release "keyTitleRelease":
  32.     Behavior;
  33.     Binder;
  34.     Container;
  35.     Folder;
  36.     Handler;
  37.     Sorter;
  38.     Supplier;
  39. end;
  40.  
  41. include "keyRuntime" debug "keyTitleDebug" release "keyTitleRelease":
  42.     AmbientSound;
  43.     AudioCDHandler;
  44.     Clock;
  45.     ColorHandler;
  46.     Controlbar;
  47.     Cursor;
  48.     DefaultBinder;
  49.     DefaultContainer;
  50.     DefaultHandler;
  51.     DefaultSupplier;
  52.     Effects;
  53.     EmptyHandler;
  54.     Exception;
  55.     FieldHandler;
  56.     FlipbookHandler;
  57.     FlipbookSupplier;
  58.     Interlude;
  59.     KeyboardHandler;
  60.     MovieControllerHandler;
  61.     MovieHandler;
  62.     MovieSupplier;
  63.     PictureHandler;
  64.     PictureResourceSupplier;
  65.     PictureScrollerHandler;
  66.     PictureSupplier;
  67.     PreferenceFolder;
  68.     PrinterHandler;
  69.     Random;
  70.     Scrollbar;
  71.     SoundHandler;
  72.     SoundSupplier;
  73.     TextHandler;
  74.     TextScrollerHandler;
  75.     TextSupplier;
  76.     
  77.     -- New for AMT 2.1
  78.     PictureViewHandler;
  79.     TimerHandler;
  80.     LaunchApplication;
  81.     
  82.     -- QTVR Support
  83.     VRHandler;
  84.     VRSupplier;
  85.     XVR;
  86. end;
  87.  
  88. include "keyTitle" debug "keyTitleDebug" release "keyTitleRelease":
  89.     Application;
  90.     DefaultBehavior;
  91.     DefaultFolder;
  92.     DefaultSorter;
  93. end;
  94.  
  95. include ":SOURCES:":
  96.     Hierarchy;
  97.     Media;
  98.     oAMT_Information_5;
  99.     oAudio_1_8;
  100.     oAudio_2_9;
  101.     oFlipbooks_1_10;
  102.     oflipbooks_2_11;
  103.     oIntro_One_19;
  104.     oIntro_Two_18;
  105.     oMain_Menu_1;
  106.     oMore_Features_1_12;
  107.     oMore_Features_2_13;
  108.     oMore_Features_3_17;
  109.     oQTVR_1_2;
  110.     oQTVR_2_3;
  111.     oQuickTime_1_6;
  112.     oQuickTime_2_7;
  113.     oScreen_24_24;
  114. end;
  115.  
  116.